POINTS <cover> {NOIDS | IDS | IDSONLY}
 
draws point features using the current marker symbol.
 
arguments
 
<cover> - the coverage containing the points to be drawn.  A <cover>
prefixed by a period (.) indicates a map library layer.
 
{NOIDS | IDS | IDSONLY} - specifies whether the points will be labeled with
their User-IDs.
 
NOIDS - only the points will be drawn.  This is the default.
 
IDS - points will be labeled with their User-IDs.
 
IDSONLY - only the User-IDs will be drawn.
 
notes
 
A map library must be selected with the LIBRARY command before POINTS
can be used with a map library layer.
 
<cover> must have a PAT.
 
If a set of points  from <cover> has been selected using RESELECT, ASELECT or
NSELECT, POINTS will only draw those points of <cover> that are in the selected
set.
 
To draw points using a variety of marker symbols, use the POINTMARKERS command.
 
POINTS can also be used to draw the User-IDs of the points.  User-IDs are
drawn using the current text symbol and are positioned to the upper right of
the points.  To label the points with user-specified text strings or with
values from any attribute in the PAT, use the POINTTEXT command.
